or in if statement c#

82

or in if statement c# -

if (title == "User greeting" || "User name") 
{
  do stuff
}

Comments

Submit
0 Comments